разобрался с этой гавной
This commit is contained in:
20
fish/config.fish
Normal file
20
fish/config.fish
Normal file
@@ -0,0 +1,20 @@
|
||||
source /home/pablusha/.cache/wal/colors.fish
|
||||
|
||||
function fish_greeting
|
||||
echo "halo!"
|
||||
end
|
||||
|
||||
function fish_prompt
|
||||
string join '' -- "╭ (" (whoami) "@" (set_color green) $hostname (set_color normal) ") - " (set_color green) (date +"%H:%M") (set_color normal)
|
||||
string join '' -- "╰ " (set_color green) (prompt_pwd) " " (set_color normal) "> "
|
||||
end
|
||||
:
|
||||
alias ff=fastfetch
|
||||
alias md=mkdir
|
||||
alias svim="sudo vim"
|
||||
alias nano=vim
|
||||
alias cff="clear; ff; echo ''"
|
||||
alias pls="sudo"
|
||||
alias add="yay -Syu"
|
||||
alias del="yay -Rns"
|
||||
alias download="bash /home/pablusha/download.sh"
|
Reference in New Issue
Block a user