Added short find function and alias
This commit is contained in:
@@ -29,6 +29,12 @@ alias ip='ip -c'
|
|||||||
#alias s='sudo $(history -p !!)'
|
#alias s='sudo $(history -p !!)'
|
||||||
alias s='sudo'
|
alias s='sudo'
|
||||||
|
|
||||||
|
## function and alias for short find
|
||||||
|
short_find() {
|
||||||
|
find ./ -iname "*${1}*"
|
||||||
|
}
|
||||||
|
alias f=short_find
|
||||||
|
|
||||||
#not sure why fedora doesnt set this or what it might break but here we go
|
#not sure why fedora doesnt set this or what it might break but here we go
|
||||||
export XDG_CONFIG_HOME=$HOME/.config
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user