aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.bash_aliases1
-rw-r--r--.tigrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
index bc8c159..3dfb314 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -60,6 +60,7 @@ alias x='xdg-open'
60alias f='free -h' 60alias f='free -h'
61alias yl='youtube-dl' 61alias yl='youtube-dl'
62alias raw='echo "https://raw.githubusercontent.com"' 62alias raw='echo "https://raw.githubusercontent.com"'
63alias nl='PS1="$PS1\n"'
63 64
64# tmp 65# tmp
65alias geo='cd ~/git/geoBingAnWeb' 66alias geo='cd ~/git/geoBingAnWeb'
diff --git a/.tigrc b/.tigrc
index 197a6f1..a97a2b9 100644
--- a/.tigrc
+++ b/.tigrc
@@ -2,3 +2,4 @@ bind stash D !?git stash drop %(stash)
2bind stash A !?git stash apply %(stash) 2bind stash A !?git stash apply %(stash)
3bind status D !rm %(file) 3bind status D !rm %(file)
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)
5bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c"