28.03.2026 Tarihli yedek

This commit is contained in:
2026-03-28 20:10:28 +03:00
parent 4f7e8904be
commit 1620998592
249 changed files with 41229 additions and 62729 deletions

View File

@@ -1,11 +1,12 @@
if status is-interactive
# --- Açılışta logo ile karşılıyor ---
fastfetch --logo small --structure Title:Separator:OS:Kernel:Uptime:Packages:Shell:WM:Terminal:Memory:Break:Colors
# --- Karşılama Mesajını Kapat ---
set -g fish_greeting ""
# --- Renk Şeması ve Görünüm ---
# Terminalin daha modern görünmesi için parlak renkleri set ediyoruz
set -g fish_color_command cyan --bold
set -g fish_color_quote yellow
set -g fish_color_redirection magenta
@@ -17,14 +18,17 @@ if status is-interactive
alias ls='ls --color=auto'
alias ll='ls -lh'
alias la='ls -A'
alias l='ls -CF'
alias ..='cd ..'
alias ...='cd ../..'
alias l='ls -CF'
alias g='git'
alias v='vim'
alias c='cd'
alias v='nvim'
# Sistem güncelleme kısayolu (Arch için örnektir, dağıtımına göre değiştirebilirsin)
alias update='sudo pacman -Syu'
# Sistem güncelleme kısayolu
alias Dupdate='sudo dnf update'
alias Dupgrade='sudo dnf upgrade'
alias Dsearch='sudo dnf search'
# --- Fonksiyonlar ---
# Klasör oluşturup içine anında giren fonksiyon