add config.fish
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
|||||||
|
if status is-interactive
|
||||||
|
# Commands to run in interactive sessions can go here
|
||||||
|
end
|
||||||
|
alias log='git log --graph --decorate --all'
|
||||||
|
alias ll='ls -la'
|
||||||
|
alias up='sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove'
|
||||||
|
alias python="python3"
|
||||||
|
alias vim="nvim"
|
||||||
|
|
||||||
|
# create a prefix that runs a line as bash
|
||||||
|
function b
|
||||||
|
bash -c "$argv"
|
||||||
|
end
|
||||||
|
|
||||||
Reference in New Issue
Block a user