Compare commits
No commits in common. "66210150c33bb421167a552e61bfc9e091067207" and "b4b4cc1c0548e16d321f1f953ca86feb36952843" have entirely different histories.
66210150c3
...
b4b4cc1c05
|
@ -20,11 +20,6 @@ cghq(){
|
|||
cd $(ghq root)/$(ghq list | grep "$1" | head -1)
|
||||
}
|
||||
|
||||
# use fzf to cd into a ghq directory
|
||||
fghq(){
|
||||
cd $(ghq root)/$(ghq list | fzf)
|
||||
}
|
||||
|
||||
alias ls='exa' # -ag
|
||||
alias la='exa -l'
|
||||
alias ll='exa -lahg'
|
||||
|
@ -36,7 +31,6 @@ foldersize(){
|
|||
du -sh "$@"
|
||||
}
|
||||
|
||||
# Easy way to create/ connect to a tmux session
|
||||
tmm(){
|
||||
if [ -z "$1" ]; then
|
||||
tmux attach-session -t 0 || tmux
|
||||
|
|
Loading…
Reference in New Issue