add bash config
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
## 替换 ls 默认行为
|
||||
function ls --description 'alias ls to eza if possible'
|
||||
if type -q eza
|
||||
eza -la --icons $argv
|
||||
@@ -6,6 +7,7 @@ function ls --description 'alias ls to eza if possible'
|
||||
end
|
||||
end
|
||||
|
||||
## 更新配置
|
||||
function dotu
|
||||
set -l current_dir (pwd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user